home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / UTILS / ALPHA / DOCS / PLAYMPEG.DOC < prev    next >
Encoding:
Text File  |  1995-08-13  |  2.5 KB  |  70 lines

  1. PLAYMPEG 0.70 (c) 1994/95 Martin GRIFFiths 
  2. ------------------------------------------
  3.  
  4. The Colour Version of the MPEG player can
  5. be aquired by sending the registration fee
  6. of 5 pounds (or a Eurocheque for 10 pounds
  7. for countries other than the U.K.) to the
  8. below address :
  9.  
  10.      Martin Griffiths,
  11.     7 Long Acre Close,
  12.     Canterbury,
  13.     Kent,
  14.     England
  15.     CT2 7TE
  16.  
  17. Internet - mdg@ukc.ac.uk
  18. Tel : (227) 458235
  19.  
  20.  
  21. January 8th 1995.
  22. --
  23.  
  24. PLAYMPEG (c) Martin GRIFFiths 1994.
  25.  
  26. Version History
  27. ---------------
  28.  
  29. v0.4
  30. - First release version, betatest -> lots of problems.
  31.  
  32. v0.5 (not released)
  33. - MPEG file detection added -> no trying to play text files now!
  34. - Bug causing an occasionally crash at the restart of an MPEG fixed!
  35. - 20% faster (due to complete rewrite of DSP IDCT), and over 30% in VGA.
  36. - 'No press any key prompt to start the MPEG', just a 3 second delay instead, (the registered
  37.   version has the delay removed).
  38. - Displays 'average frames per second' on exit. 
  39. - Now handles non-default intra matrix (stored within MPEG -> but very rare).
  40. - MPEG stream error checks added, can't crash due to errors in MPEG video stream.
  41.  
  42. v0.6
  43. - Lots check code and minor bug fixes (don't allow running on a mono monitor, file read errors etc).
  44. - Improvements in Huffman decoder, better DSP CPU parallelism - 5% speed increase.
  45.   (17.62 FPS on MJACKSON.MPG in VGA (greyscale) 12.83 fps full colour :-)
  46. - Hopefully restores screen mode correctly on exit = there were problems with screenblaster
  47.   (Please report if this is still not correct.)
  48. v0.65
  49. - Now skips non-intra frames, so it will play ALL Mpegs files, but obviously with 'jumps' between 
  50.   frametypes that are not supported.
  51. - Speed increase, (IDCT again :-). (MJACKSON.MPG is now 13.03 fps full colour).
  52. v0.66 
  53. - Restores screen resolution hardware registers directly, so it should FINALLY work with screenblaster, blowup
  54.   or any other wacky screen res enhancer you use this program with).
  55. v0.67
  56. - Supports higher res MPEGs (i.e. 352x240 etc) -> max res is now 480x384 (limit of true colour on VGA).
  57. - Some more tidying up of the error recovery code.
  58. v0.68 
  59. - No annoying .LOD file now,the DSP code is held within main binary :-).
  60. - End of MPEG detection improved. 
  61. - Grayscale version made 30% faster (removal of CR/CB IDCT).
  62.  
  63. v0.70
  64. - MPEGs are now played direct from hard-disk - almost no speed decrease.
  65. - screen save/restore tweaked.
  66.   
  67. To do:
  68.  
  69. - Command line options (double sized pixels, frame rate limiting etc),
  70.